Skip to main content

FlowSetDocumentId Constructors

An object defining constructors for the FlowSetDocumentId class.

FlowSetDocumentId(name, workflowData, workflowCodeInstance)

Constructor for the FlowSetDocumentId class. Initializes a new instance of the FlowSetDocumentId class.

Parameters:

name (required): string
The name of the flow object.

workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.

workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.


FlowSetDocumentId(name,workflowData,workflowCodeInstance)

Initializes a new instance of the FlowSetDocumentId class with a name, workflow data, and workflow code instance.

Parameters:

name (required): string
The name of the document ID assignment step.

workflowData (required): IRuntimeWorkflowData
The runtime workflow data.

workflowCodeInstance (optional): IWorkflowCode
The workflow code instance to use.